home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / mathstud.zip / VERSION.M < prev    next >
Text File  |  1993-01-29  |  113b  |  7 lines

  1. function y = version()
  2. % version is an undocumented constant/built-in
  3. % MathViews returns 'WIN'
  4.  
  5. y='WIN';
  6.  
  7.